home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / decals.shader < prev    next >
Encoding:
Text File  |  2002-10-28  |  31.0 KB  |  2,362 lines

  1. //======================================================================================
  2. // Bullet holes
  3.  
  4. bhole_paper
  5. {
  6.     polygonOffset
  7.     {
  8.         map textures/decals/bhole_sand.tga
  9.         blendFunc filter
  10.     }
  11. }
  12.  
  13. bhole_wood
  14. {
  15.     polygonOffset
  16.     {
  17.         map textures/decals/bhole_wood1.tga
  18.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  19.         rgbGen vertex
  20.         alphaGen vertex
  21.     }
  22. }
  23.  
  24. bhole_metal
  25. {
  26.     polygonOffset
  27.     {
  28.         map textures/decals/bhole_metal1.tga
  29.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  30.         rgbGen vertex
  31.         alphaGen vertex
  32.     }
  33. }
  34.  
  35. bhole_stone
  36. {
  37.     polygonOffset
  38.     {
  39.         map textures/decals/bhole_stone.tga
  40.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  41.         rgbGen vertex
  42.         alphaGen vertex
  43.     }
  44. }
  45.  
  46. bhole_dirt
  47. {
  48.     polygonOffset
  49.     {
  50.         map textures/decals/bhole_sand.tga
  51.         blendFunc filter
  52.     }
  53. }
  54.  
  55. bhole_grill
  56. {
  57.     polygonOffset
  58.     {
  59.         map textures/decals/bhole_metal1.tga
  60.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  61.         rgbGen vertex
  62.         alphaGen vertex
  63.     }
  64. }
  65.  
  66. bhole_grass
  67. {
  68.     polygonOffset
  69.     {
  70.         map textures/decals/bhole_sand.tga
  71.         blendFunc filter
  72.     }
  73. }
  74.  
  75. bhole_mud
  76. {
  77.     polygonOffset
  78.     {
  79.         map textures/decals/bhole_mud.tga
  80.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  81.         rgbGen vertex
  82.         alphaGen vertex
  83.     }
  84. }
  85.  
  86. bhole_glass
  87. {
  88.     polygonOffset
  89.     cull none
  90.     {
  91.         map textures/decals/bhole_glass.tga
  92.         blendFunc GL_ONE GL_ONE
  93.         rgbGen vertex
  94.         alphaGen vertex
  95.     }
  96. }
  97.  
  98. bhole_snow
  99. {
  100.     polygonOffset
  101.     {
  102.         map textures/decals/bhole_sand.tga
  103.         blendFunc filter
  104.     }
  105. }
  106.  
  107. bhole_carpet
  108. {
  109.     polygonOffset
  110.     {
  111.         map textures/decals/bhole_carpet.tga
  112.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  113.         rgbGen vertex
  114.         alphaGen vertex
  115.     }
  116. }
  117.  
  118. bhole_plaster
  119. {
  120.     polygonOffset
  121.     {
  122.         map textures/decals/bhole_plaster.tga
  123.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  124.         rgbGen vertex
  125.         alphaGen vertex
  126.     }
  127.  
  128. bhole_sand
  129. {
  130.     polygonOffset
  131.     {
  132.         map textures/decals/bhole_sand.tga
  133.         blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  134.         rgbGen vertex
  135.         alphaGen vertex
  136.     }
  137. }
  138.  
  139. //======================================================================================
  140. // Shadows
  141.  
  142. footshadow
  143. {
  144.     polygonOffset
  145.     {
  146.         map textures/decals/footshadow.tga
  147.         blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
  148.         rgbGen exactVertex
  149.     }
  150. }
  151.  
  152. treeshadows
  153. {
  154.     qer_editorimage textures/decals/treeshadow.tga
  155.     polygonOffset
  156.     cull none
  157.  
  158.     {
  159.         map textures/decals/treeshadow.tga
  160.         blendfunc blend
  161.         alphagen vertex
  162.         rgbgen vertex
  163.     }
  164. }
  165.  
  166. //======================================================================================
  167. // Explosion blast marks
  168.  
  169. blastmark
  170. {
  171.     polygonOffset
  172.     {
  173.         map textures/decals/blastmark.tga
  174.         blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  175.         alphagen vertex
  176.         rgbgen vertex
  177.     }
  178. }
  179.  
  180. //======================================================================================
  181. // Tread marks
  182.  
  183. testtread
  184. {
  185.     polygonOffset
  186.     cull none
  187.     {
  188.         map textures/decals/testtread.tga
  189.         blendFunc blend
  190.         alphagen vertex
  191.         rgbgen vertex
  192.     }
  193. }
  194.  
  195. //======================================================================================
  196. // Other Decals
  197.  
  198. // Weathered
  199. waterstain
  200. {
  201.     qer_editorimage textures/decals/ed_waterstain.tga
  202.     polygonOffset
  203.     cull none
  204.     {
  205.         clampmap textures/decals/d_waterstain.tga
  206.         blendfunc blend
  207.         alphagen vertex
  208.         rgbgen vertex
  209.     }
  210. }
  211.  
  212. weathered_concrete
  213. {
  214.     qer_editorimage textures/decals/d_wthrdconc.tga
  215.     polygonOffset
  216.     cull none
  217.     {
  218.         clampmap textures/decals/d_wthrdconc.tga
  219.         blendfunc blend
  220.         alphagen vertex
  221.         rgbgen vertex
  222.     }
  223. }
  224.  
  225. exposed_brick
  226. {
  227.     qer_editorimage textures/decals/brick1.tga
  228.     polygonOffset
  229.     cull none
  230.     {
  231.         clampmap textures/decals/brick1.tga
  232.         blendfunc blend
  233.         alphagen vertex
  234.         rgbgen vertex
  235.     }
  236. }
  237.  
  238. cracks
  239. {
  240.     qer_editorimage textures/decals/cracked1.tga
  241.     polygonOffset
  242.     cull none
  243.     {
  244.         clampmap textures/decals/cracked1.tga
  245.         blendfunc blend
  246.         alphagen vertex
  247.         rgbgen vertex
  248.     }
  249. }
  250.  
  251. weatheredstone
  252. {
  253.     qer_editorimage textures/decals/weatheredstone.tga
  254.     polygonOffset
  255.     cull none
  256.     {
  257.         clampmap textures/decals/weatheredstone.tga
  258.         blendfunc blend
  259.         alphagen vertex
  260.         rgbgen vertex
  261.     }
  262. }
  263.  
  264. desert1
  265. {
  266.     qer_editorimage textures/decals/desert1.tga
  267.     polygonOffset
  268.     cull none
  269.     {
  270.         clampmap textures/decals/desert1.tga
  271.         blendfunc blend
  272.         alphagen vertex
  273.         rgbgen vertex
  274.     }
  275. }
  276.  
  277. wthrwall1
  278. {
  279.     qer_editorimage textures/decals/wthrwall1.tga
  280.     polygonOffset
  281.     cull none
  282.     {
  283.         clampmap textures/decals/wthrwall1.tga
  284.         blendfunc blend
  285.         alphagen vertex
  286.         rgbgen vertex
  287.     }
  288. }
  289.  
  290. cracked2
  291. {
  292.     qer_editorimage textures/decals/cracked2.tga
  293.     polygonOffset
  294.     cull none
  295.     {
  296.         clampmap textures/decals/cracked2.tga
  297.         blendfunc blend
  298.         alphagen vertex
  299.         rgbgen vertex
  300.     }
  301. }
  302.  
  303. pitted
  304. {
  305.     qer_editorimage textures/decals/pitted.tga
  306.     polygonOffset
  307.     cull none
  308.     {
  309.         clampmap textures/decals/pitted.tga
  310.         blendfunc blend
  311.         alphagen vertex
  312.         rgbgen vertex
  313.     }
  314.  
  315. muddy1
  316. {
  317.     polygonOffset
  318.     cull none
  319.     {
  320.         clampmap textures/decals/muddy1.tga
  321.         blendfunc blend
  322.         alphagen vertex
  323.         rgbgen vertex
  324.     }
  325. }
  326.  
  327. // Detail decals
  328. afrika_trim
  329. {
  330.     qer_editorimage textures/decals/ceiltrim_afrik.tga
  331.     polygonOffset
  332.     cull none
  333.     {
  334.         clampmap textures/decals/ceiltrim_afrik.tga
  335.         blendfunc blend
  336.         alphagen vertex
  337.         rgbgen vertex
  338.     }
  339. }
  340.  
  341. afrikatrim2
  342. {
  343.     polygonOffset
  344.     cull none
  345.     {
  346.         clampmap textures/decals/afrikatrim2.tga
  347.         blendfunc blend
  348.         alphagen vertex
  349.         rgbgen vertex
  350.     }
  351. }
  352.  
  353. cornerstones
  354. {
  355.     qer_editorimage textures/decals/corners1.tga
  356.     polygonOffset
  357.     cull none
  358.     {
  359.         clampmap textures/decals/corners1.tga
  360.         blendfunc blend
  361.         alphagen vertex
  362.         rgbgen vertex
  363.     }
  364. }
  365.  
  366. tudor
  367. {
  368.     qer_editorimage textures/decals/tudor_1.tga
  369.     polygonOffset
  370.     cull none
  371.     {
  372.         clampmap textures/decals/tudor_1.tga
  373.         blendfunc blend
  374.         alphagen vertex
  375.         rgbgen vertex
  376.     }
  377. }
  378.  
  379. europe_trim
  380. {
  381.     qer_editorimage textures/decals/europe_trim.tga
  382.     polygonOffset
  383.     cull none
  384.     {
  385.         clampmap textures/decals/europe_trim.tga
  386.         blendfunc blend
  387.         alphagen vertex
  388.         rgbgen vertex
  389.     }
  390. }
  391. //Organics
  392.  
  393. grass_tuft
  394. {
  395.     polygonOffset
  396.     cull none
  397.     {
  398.         map textures/decals/grass_tuft.tga
  399.         blendfunc blend
  400.         alphagen vertex
  401.         rgbgen vertex
  402.     }
  403.  
  404.  
  405. //FrontCulled Decals
  406. fc_wthrdconcrete
  407. {
  408.     qer_editorimage textures/decals/d_wthrdconc.tga
  409.     polygonOffset
  410.     {
  411.         clampmap textures/decals/d_wthrdconc.tga
  412.         blendfunc blend
  413.         alphagen vertex
  414.         rgbgen vertex
  415.     }
  416. }
  417.  
  418. //Detailing
  419. floordrain
  420. {
  421.     qer_editorimage textures/decals/floordrain.tga
  422.     polygonOffset
  423.     cull none
  424.     {
  425.         clampmap textures/decals/floordrain.tga
  426.         blendfunc blend
  427.         alphagen vertex
  428.         rgbgen vertex
  429.     }
  430.  
  431. afrika_map1
  432. {
  433.     polygonOffset
  434.     cull none
  435.     {
  436.         clampmap textures/Algiers/afrika_map1.tga
  437.         blendfunc blend
  438.         alphagen vertex
  439.         rgbgen vertex
  440.     }
  441.  
  442. afrika_map2
  443. {
  444.     polygonOffset
  445.     cull none
  446.     {
  447.         clampmap textures/Algiers/afrika_map2.tga
  448.         blendfunc blend
  449.         alphagen vertex
  450.         rgbgen vertex
  451.     }
  452.  
  453. frenchpostr_1a
  454. {
  455.     polygonOffset
  456.     cull none
  457.     {
  458.         clampmap textures/Algiers/frenchpostr_1a.tga
  459.         blendfunc blend
  460.         alphagen vertex
  461.         rgbgen vertex
  462.     }
  463. }
  464.  
  465. jh_km_marker
  466. {
  467.     polygonOffset
  468.     cull none
  469.     {
  470.         clampmap textures/Algiers/jh_km_marker.tga
  471.         blendfunc blend
  472.         alphagen vertex
  473.         rgbgen vertex
  474.     }
  475. }
  476.  
  477. jh_oran
  478. {
  479.     polygonOffset
  480.     cull none
  481.     {
  482.         clampmap textures/Algiers/jh_oran.tga
  483.         blendfunc blend
  484.         alphagen vertex
  485.         rgbgen vertex
  486.     }
  487. }
  488.  
  489. tapstry_af1
  490. {
  491.     polygonOffset
  492.     cull none
  493.     {
  494.         clampmap textures/Algiers/tapstry_af1.tga
  495.         blendfunc blend
  496.         alphagen vertex
  497.         rgbgen vertex
  498.     }
  499. }
  500.  
  501. mag1
  502. {
  503.     polygonOffset
  504.     cull none
  505.     {
  506.         clampmap textures/barracks/mag1.tga
  507.         blendfunc blend
  508.         alphagen vertex
  509.         rgbgen vertex
  510.     }
  511. }
  512.  
  513. pinup1
  514. {
  515.     polygonOffset
  516.     cull none
  517.     {
  518.         clampmap textures/barracks/pinup1.tga
  519.         blendfunc blend
  520.         alphagen vertex
  521.         rgbgen vertex
  522.     }
  523. }
  524.  
  525. shutter_set2
  526. {
  527.     polygonOffset
  528.     cull none
  529.     {
  530.         clampmap textures/Central_Europe/shutter_set2.tga
  531.         blendfunc blend
  532.         alphagen vertex
  533.         rgbgen vertex
  534.     }
  535. }
  536.  
  537. ties_decal
  538. {
  539.     polygonOffset
  540.     cull none
  541.     {
  542.         clampmap textures/Central_Europe/ties_decal.tga
  543.         blendfunc blend
  544.         alphagen vertex
  545.         rgbgen vertex
  546.     }
  547. }
  548.  
  549. char
  550. {
  551.     polygonOffset
  552.     cull none
  553.     {
  554.         clampmap textures/decals/char.tga
  555.         blendfunc blend
  556.         alphagen vertex
  557.         rgbgen vertex
  558.     }
  559.  
  560. bullet_plasterhit
  561. {
  562.     polygonOffset
  563.     cull none
  564.     {
  565.         clampmap textures/decals/bullet_plasterhit.tga
  566.         blendfunc blend
  567.         alphagen vertex
  568.         rgbgen vertex
  569.     }
  570. }
  571.  
  572. cracked3
  573. {
  574.     polygonOffset
  575.     cull none
  576.     {
  577.         clampmap textures/decals/cracked3.tga
  578.         blendfunc blend
  579.         alphagen vertex
  580.         rgbgen vertex
  581.     }
  582. }
  583.  
  584. treadmarks_conc
  585. {
  586.     polygonOffset
  587.     cull none
  588.     {
  589.         clampmap textures/decals/treadmarks_conc.tga
  590.         blendfunc blend
  591.         alphagen vertex
  592.         rgbgen vertex
  593.     }
  594.  
  595. treadmarks_conc2
  596. {
  597.     polygonOffset
  598. //    cull none
  599.     nomipmaps
  600.     {
  601. //        clampmap textures/decals/treadmarks_conc2.tga
  602.         map textures/decals/treadmarks_conc2.tga
  603. // carl said not to clampmap these (zied)
  604.         blendfunc blend
  605.         alphagen vertex
  606.         rgbgen vertex
  607.     }
  608. }
  609.  
  610. treadmarks_ground
  611. {
  612.     polygonOffset
  613.     cull none
  614.     {
  615.         clampmap textures/decals/treadmarks_ground.tga
  616.         blendfunc blend
  617.         alphagen vertex
  618.         rgbgen vertex
  619.     }
  620.  
  621. treadmarks_ground2
  622. {
  623.     polygonOffset
  624. //    cull none
  625.     nomipmaps
  626.     {
  627. //        clampmap textures/decals/treadmarks_ground2.tga
  628.         map textures/decals/treadmarks_ground2.tga
  629. // carl said not to clampmap these (zied)
  630.         blendfunc blend
  631.         alphagen vertex
  632.         rgbgen vertex
  633.     }
  634. }
  635.  
  636. icecicles
  637. {
  638.     polygonOffset
  639.     cull none
  640.     {
  641.         clampmap textures/Central_Europe_Winter/icecicles.tga
  642.         blendfunc blend
  643.         alphagen vertex
  644.         rgbgen vertex
  645.     }
  646. }        
  647.  
  648. shutter_set2W
  649. {
  650.     polygonOffset
  651.     cull none
  652.     {
  653.         clampmap textures/Central_Europe_Winter/shutter_set2W.tga
  654.         blendfunc blend
  655.         alphagen vertex
  656.         rgbgen vertex
  657.     }
  658. }        
  659.  
  660. shutter_W
  661. {
  662.     polygonOffset
  663.     cull none
  664.     {
  665.         clampmap textures/Central_Europe_Winter/shutter_W.tga
  666.         blendfunc blend
  667.         alphagen vertex
  668.         rgbgen vertex
  669.     }
  670. }
  671.  
  672. calendar
  673. {
  674.     polygonOffset
  675.     cull none
  676.     {
  677.         clampmap textures/das_boot/calendar.tga
  678.         blendfunc blend
  679.         alphagen vertex
  680.         rgbgen vertex
  681.     }
  682. }        
  683.  
  684. poster4
  685. {
  686.     polygonOffset
  687.     surfaceparm paper
  688.     cull none
  689.     {
  690.         clampmap textures/french/poster4.tga
  691.         blendfunc blend
  692.         alphagen vertex
  693.         rgbgen vertex
  694.     }
  695. }
  696.  
  697. revue_poster2
  698. {
  699.     polygonOffset
  700.     surfaceparm paper
  701.     cull none
  702.     {
  703.         clampmap textures/french/revue_poster2.tga
  704.         blendfunc blend
  705.         alphagen vertex
  706.         rgbgen vertex
  707.     }
  708. }
  709.  
  710. shepherd
  711. {
  712.     polygonOffset
  713.     cull none
  714.     {
  715.         clampmap textures/french/shepherd.tga
  716.         blendfunc blend
  717.         alphagen vertex
  718.         rgbgen vertex
  719.     }
  720. }
  721.  
  722. bunkervent_1
  723. {
  724.     polygonOffset
  725.     cull none
  726.     {
  727.         clampmap textures/General_Industrial/bunkervent_1.tga
  728.         blendfunc blend
  729.         alphagen vertex
  730.         rgbgen vertex
  731.     }
  732. }
  733.  
  734. church_cornertrimsml
  735. {
  736.     polygonOffset
  737.     cull none
  738.     {
  739.         clampmap textures/decals/church_cornertrimsml.tga
  740.         blendfunc blend
  741.         alphagen vertex
  742.         rgbgen vertex
  743.     }
  744. }
  745.  
  746. daily_gorring
  747. {
  748.     polygonOffset
  749.     surfaceparm paper
  750.     cull none
  751.     {
  752.         clampmap textures/German/daily_gorring.tga
  753.         blendfunc blend
  754.         alphagen vertex
  755.         rgbgen vertex
  756.     }
  757. }
  758.  
  759. germanpst1
  760. {
  761.     polygonOffset
  762.     surfaceparm paper
  763.     cull none
  764.     {
  765.         clampmap textures/German/germanpst1.tga
  766.         blendfunc blend
  767.         alphagen vertex
  768.         rgbgen vertex
  769.     }
  770. }
  771.  
  772. grmnsn_halt1
  773. {
  774.     polygonOffset
  775.     cull none
  776.     {
  777.         clampmap textures/German/grmnsn_halt1.tga
  778.         blendfunc blend
  779.         alphagen vertex
  780.         rgbgen vertex
  781.     }
  782. }
  783.  
  784. jh_airfield
  785. {
  786.     polygonOffset
  787.     cull none
  788.     {
  789.         clampmap textures/German/jh_airfield.tga
  790.         blendfunc blend
  791.         alphagen vertex
  792.         rgbgen vertex
  793.     }
  794. }
  795.  
  796. jh_gasstorage
  797. {
  798.     polygonOffset
  799.     cull none
  800.     {
  801.         clampmap textures/German/jh_gasstorage.tga
  802.         blendfunc blend
  803.         alphagen vertex
  804.         rgbgen vertex
  805.     }
  806. }
  807.  
  808. jh_gasstorage2
  809. {
  810.     polygonOffset
  811.     cull none
  812.     {
  813.         clampmap textures/German/jh_gasstorage2.tga
  814.         blendfunc blend
  815.         alphagen vertex
  816.         rgbgen vertex
  817.     }
  818. }
  819.  
  820. jh_h20disbursement
  821. {
  822.     polygonOffset
  823.     cull none
  824.     {
  825.         clampmap textures/German/jh_h20disbursement.tga
  826.         blendfunc blend
  827.         alphagen vertex
  828.         rgbgen vertex
  829.     }
  830. }
  831.  
  832. jh_noentry1
  833. {
  834.     polygonOffset
  835.     cull none
  836.     {
  837.         clampmap textures/German/jh_noentry1.tga
  838.         blendfunc blend
  839.         alphagen vertex
  840.         rgbgen vertex
  841.     }
  842. }
  843.  
  844. jh_nosmoking_ger
  845. {
  846.     polygonOffset
  847.     cull none
  848.     {
  849.         clampmap textures/German/jh_nosmoking_ger.tga
  850.         blendfunc blend
  851.         alphagen vertex
  852.         rgbgen vertex
  853.     }
  854. }
  855.  
  856. jh_remagen2km
  857. {
  858.     polygonOffset
  859.     cull none
  860.     {
  861.         clampmap textures/German/jh_remagen2km.tga
  862.         blendfunc blend
  863.         alphagen vertex
  864.         rgbgen vertex
  865.     }
  866. }
  867.  
  868. minen
  869. {
  870.     polygonOffset
  871.     cull none
  872.     {
  873.         clampmap textures/German/minen.tga
  874.         blendfunc blend
  875.         alphagen vertex
  876.         rgbgen vertex
  877.     }
  878. }
  879.  
  880. minen_alt
  881. {
  882.     polygonOffset
  883.     cull none
  884.     {
  885.         clampmap textures/German/minen_alt.tga
  886.         blendfunc blend
  887.         alphagen vertex
  888.         rgbgen vertex
  889.     }
  890. }
  891.  
  892. minen_alt2
  893. {
  894.     polygonOffset
  895.     cull none
  896.     {
  897.         clampmap textures/German/minen_alt2.tga
  898.         blendfunc blend
  899.         alphagen vertex
  900.         rgbgen vertex
  901.     }
  902.  
  903. picture1
  904. {
  905.     polygonOffset
  906.     cull none
  907.     {
  908.         clampmap textures/interior/picture1.tga
  909.         blendfunc blend
  910.         alphagen vertex
  911.         rgbgen vertex
  912.     }
  913. }
  914.  
  915. picture2
  916. {
  917.     polygonOffset
  918.     cull none
  919.     {
  920.         clampmap textures/interior/picture2.tga
  921.         blendfunc blend
  922.         alphagen vertex
  923.         rgbgen vertex
  924.     }
  925. }
  926.  
  927. pictureset_3a
  928. {
  929.     polygonOffset
  930.     cull none
  931.     {
  932.         clampmap textures/interior/pictureset_3a.tga
  933.         blendfunc blend
  934.         alphagen vertex
  935.         rgbgen vertex
  936.     }
  937. }
  938.  
  939. pictureset_3b
  940. {
  941.     polygonOffset
  942.     cull none
  943.     {
  944.         clampmap textures/interior/pictureset_3b.tga
  945.         blendfunc blend
  946.         alphagen vertex
  947.         rgbgen vertex
  948.     }
  949. }
  950.  
  951. picture5
  952. {
  953.     polygonOffset
  954.     cull none
  955.     {
  956.         clampmap textures/interior/picture5.tga
  957.         blendfunc blend
  958.         alphagen vertex
  959.         rgbgen vertex
  960.     }
  961. }
  962.  
  963. victorioussml
  964. {
  965.     polygonOffset
  966.     cull none
  967.     {
  968.         clampmap textures/interior/victorioussml.tga
  969.         blendfunc blend
  970.         alphagen vertex
  971.         rgbgen vertex
  972.     }
  973. }
  974.  
  975. bulletset_1
  976. {
  977.     polygonOffset
  978.     cull none
  979.     {
  980.         clampmap textures/mohcommon/bulletset_1.tga
  981.         blendfunc blend
  982.         alphagen vertex
  983.         rgbgen vertex
  984.     }
  985. }
  986.  
  987. jh_maskwin1
  988. {
  989.     polygonOffset
  990.     cull none
  991.     {
  992.         clampmap textures/mohcommon/jh_maskwin1.tga
  993.         blendfunc blend
  994.         alphagen vertex
  995.         rgbgen vertex
  996.     }
  997. }
  998.  
  999. jh_cottonwood2
  1000. {
  1001.     polygonOffset
  1002.     cull none
  1003.     {
  1004.         clampmap textures/wilderness/jh_cottonwood2.tga
  1005.         blendfunc blend
  1006.         alphagen vertex
  1007.         rgbgen vertex
  1008.     }
  1009. }
  1010.  
  1011. jh_cottonwood3
  1012. {
  1013.     polygonOffset
  1014.     cull none
  1015.     {
  1016.         clampmap textures/wilderness/jh_cottonwood3.tga
  1017.         blendfunc blend
  1018.         alphagen vertex
  1019.         rgbgen vertex
  1020.     }
  1021. }
  1022.  
  1023. jh_foliage1
  1024. {
  1025.     polygonOffset
  1026.     cull none
  1027.     {
  1028.         clampmap textures/wilderness/jh_foliage1.tga
  1029.         blendfunc blend
  1030.         alphagen vertex
  1031.         rgbgen vertex
  1032.     }
  1033. }
  1034.  
  1035. jh_foliage2
  1036. {
  1037.     polygonOffset
  1038.     cull none
  1039.     {
  1040.         clampmap textures/wilderness/jh_foliage2.tga
  1041.         blendfunc blend
  1042.         alphagen vertex
  1043.         rgbgen vertex
  1044.     }
  1045. }
  1046.  
  1047. jh_foliage4
  1048. {
  1049.     polygonOffset
  1050.     cull none
  1051.     {
  1052.         clampmap textures/wilderness/jh_foliage4.tga
  1053.         blendfunc blend
  1054.         alphagen vertex
  1055.         rgbgen vertex
  1056.     }
  1057. }
  1058.  
  1059. weeds_decal
  1060. {
  1061.     polygonOffset
  1062.     cull none
  1063.     {
  1064.         clampmap textures/decals/weeds_decal.tga
  1065.         blendfunc blend
  1066.         alphagen vertex
  1067.         rgbgen vertex
  1068.     }
  1069. }
  1070.  
  1071. jh_foliage5
  1072. {
  1073.     polygonOffset
  1074.     cull none
  1075.     {
  1076.         clampmap textures/wilderness/jh_foliage5.tga
  1077.         blendfunc blend
  1078.         alphagen vertex
  1079.         rgbgen vertex
  1080.     }
  1081. }
  1082.  
  1083. jh_foliage6
  1084. {
  1085.     polygonOffset
  1086.     cull none
  1087.     {
  1088.         clampmap textures/wilderness/jh_foliage6.tga
  1089.         blendfunc blend
  1090.         alphagen vertex
  1091.         rgbgen vertex
  1092.     }
  1093. }
  1094.  
  1095. pj_roots1
  1096. {
  1097.     polygonOffset
  1098.     cull none
  1099.     {
  1100.         clampmap textures/wilderness/pj_roots1.tga
  1101.         blendfunc blend
  1102.         alphagen vertex
  1103.         rgbgen vertex
  1104.     }
  1105.  
  1106. treeRootsradial
  1107. {
  1108.     polygonOffset
  1109.     cull none
  1110.     {
  1111.         clampmap textures/decals/treeRootsradial.tga
  1112.         blendfunc blend
  1113.         alphagen vertex
  1114.         rgbgen vertex
  1115.     }
  1116.  
  1117. vorsicht
  1118. {
  1119.     polygonOffset
  1120.     surfaceparm paper
  1121.     cull none
  1122.     {
  1123.         clampmap textures/decals/vorsicht.tga
  1124.         blendfunc blend
  1125.         alphagen vertex
  1126.         rgbgen vertex
  1127.     }
  1128. }
  1129.  
  1130. erster
  1131. {
  1132.     polygonOffset
  1133.     surfaceparm paper
  1134.     cull none
  1135.     {
  1136.         clampmap textures/decals/erster.tga
  1137.         blendfunc blend
  1138.         alphagen vertex
  1139.         rgbgen vertex
  1140.     }
  1141. }
  1142.  
  1143. eagleglobe
  1144. {
  1145.     polygonOffset
  1146.     surfaceparm paper
  1147.     cull none
  1148.     {
  1149.         clampmap textures/decals/eagleglobe.tga
  1150.         blendfunc blend
  1151.         alphagen vertex
  1152.         rgbgen vertex
  1153.     }
  1154. }
  1155.  
  1156. bar1
  1157. {
  1158.     polygonOffset
  1159.     cull none
  1160.     {
  1161.         clampmap textures/decals/bar1.tga
  1162.         blendfunc blend
  1163.         alphagen vertex
  1164.         rgbgen vertex
  1165.     }
  1166. }
  1167.  
  1168. antiquites
  1169. {
  1170.     polygonOffset
  1171.     cull none
  1172.     {
  1173.         clampmap textures/decals/antiquites.tga
  1174.         blendfunc blend
  1175.         alphagen vertex
  1176.         rgbgen vertex
  1177.     }
  1178. }
  1179.  
  1180. townhallwindow
  1181. {
  1182.     polygonOffset
  1183.     cull none
  1184.     {
  1185.         clampmap textures/interior/sp_twnhall_arcwinmsk.tga
  1186.         blendfunc blend
  1187.         alphagen vertex
  1188.         rgbgen vertex
  1189.     }
  1190. }
  1191.  
  1192. rubble2_decal
  1193. {
  1194.     polygonOffset
  1195.     {
  1196.         map textures/decals/rubble2_decal.tga
  1197.         blendfunc blend
  1198.         alphagen vertex
  1199.         rgbgen vertex
  1200.     }
  1201.  
  1202. danger_hot
  1203. {
  1204.     polygonOffset
  1205.     {
  1206.         map textures/decals/danger_hot.tga
  1207.         blendfunc blend
  1208.         alphagen vertex
  1209.         rgbgen vertex
  1210.     }
  1211.  
  1212. french_advert2
  1213. {
  1214.     polygonOffset
  1215.     surfaceparm paper
  1216.     {
  1217.         map textures/french/french_advert2.tga
  1218.         blendfunc blend
  1219.         alphagen vertex
  1220.         rgbgen vertex
  1221.     }
  1222.  
  1223. french_advert3
  1224. {
  1225.     polygonOffset
  1226.     surfaceparm paper
  1227.     {
  1228.         map textures/french/french_advert3.tga
  1229.         blendfunc blend
  1230.         alphagen vertex
  1231.         rgbgen vertex
  1232.     }
  1233.  
  1234. vivedegaulle
  1235. {
  1236.     polygonOffset
  1237.     {
  1238.         map textures/decals/vivedegaulle.tga
  1239.         blendfunc blend
  1240.         alphagen vertex
  1241.         rgbgen vertex
  1242.     }
  1243.  
  1244. carpet_fancy1
  1245. {
  1246.     polygonOffset
  1247.     {
  1248.         map textures/central_europe/carpet_fancy1.tga
  1249.         blendfunc blend
  1250.         alphagen vertex
  1251.         rgbgen vertex
  1252.     }
  1253.  
  1254. carpet_fancy2
  1255. {
  1256.     polygonOffset
  1257.     {
  1258.         map textures/central_europe/carpet_fancy2.tga
  1259.         blendfunc blend
  1260.         alphagen vertex
  1261.         rgbgen vertex
  1262.     }
  1263.  
  1264. carpet_fancy3
  1265. {
  1266.     polygonOffset
  1267.     {
  1268.         map textures/central_europe/carpet_fancy3.tga
  1269.         blendfunc blend
  1270.         alphagen vertex
  1271.         rgbgen vertex
  1272.     }
  1273.  
  1274. snowdrift1
  1275. {
  1276.     polygonOffset
  1277.     {
  1278.         map textures/decals/snowdrift1.tga
  1279.         blendfunc blend
  1280.         alphagen vertex
  1281.         rgbgen vertex
  1282.     }
  1283.  
  1284. sign_storeblu
  1285. {
  1286.     polygonOffset
  1287.     surfaceparm paper
  1288.     cull none
  1289.     {
  1290.         clampmap textures/decals/sign_storeblu.tga
  1291.         alphagen vertex
  1292.         rgbgen vertex
  1293.     }
  1294.  
  1295. sign_store
  1296. {
  1297.     polygonOffset
  1298.     surfaceparm paper
  1299.     cull none
  1300.     {
  1301.         clampmap textures/decals/sign_store.tga
  1302.         alphagen vertex
  1303.         rgbgen vertex
  1304.     }
  1305.  
  1306. electrical
  1307.  {
  1308.     polygonOffset
  1309.     {
  1310.         map textures/decals/electrical.tga
  1311.         blendfunc blend
  1312.         alphagen vertex
  1313.         rgbgen vertex
  1314.      }
  1315.  }
  1316.  
  1317. emergency_exit
  1318.  {
  1319.     polygonOffset
  1320.     {
  1321.         map textures/decals/emergency_exit.tga
  1322.         blendfunc blend
  1323.         alphagen vertex
  1324.         rgbgen vertex
  1325.      }
  1326.  }
  1327.  
  1328. enemy_listening
  1329.  {
  1330.     polygonOffset
  1331.     {
  1332.         map textures/decals/enemy_listening.tga
  1333.         blendfunc blend
  1334.         alphagen vertex
  1335.         rgbgen vertex
  1336.      }
  1337.  }
  1338.  
  1339. entrance
  1340.  {
  1341.     polygonOffset
  1342.     {
  1343.         map textures/decals/entrance.tga
  1344.         blendfunc blend
  1345.         alphagen vertex
  1346.         rgbgen vertex
  1347.      }
  1348.  }
  1349.  
  1350. entrance_defense
  1351.  {
  1352.     polygonOffset
  1353.     {
  1354.         map textures/decals/entrance_defense.tga
  1355.         blendfunc blend
  1356.         alphagen vertex
  1357.         rgbgen vertex
  1358.      }
  1359.  }
  1360.  
  1361. gas_attack
  1362.  {
  1363.     polygonOffset
  1364.     {
  1365.         map textures/decals/gas_attack.tga
  1366.         blendfunc blend
  1367.         alphagen vertex
  1368.         rgbgen vertex
  1369.      }
  1370.  }
  1371.  
  1372. gas_victim
  1373.  {
  1374.     polygonOffset
  1375.     {
  1376.         map textures/decals/gas_victim.tga
  1377.         blendfunc blend
  1378.         alphagen vertex
  1379.         rgbgen vertex
  1380.      }
  1381.  }
  1382.  
  1383. machinery
  1384.  {
  1385.     polygonOffset
  1386.     {
  1387.         map textures/decals/machinery.tga
  1388.         blendfunc blend
  1389.         alphagen vertex
  1390.         rgbgen vertex
  1391.      }
  1392.  }
  1393.  
  1394. motto1
  1395.  {
  1396.     polygonOffset
  1397.     {
  1398.         map textures/decals/motto1.tga
  1399.         blendfunc blend
  1400.         alphagen vertex
  1401.         rgbgen vertex
  1402.      }
  1403.  }
  1404.  
  1405. no_smoking
  1406.  {
  1407.     polygonOffset
  1408.     {
  1409.         map textures/decals/no_smoking.tga
  1410.         blendfunc blend
  1411.         alphagen vertex
  1412.         rgbgen vertex
  1413.      }
  1414.  }
  1415.  
  1416. plug
  1417.  {
  1418.     polygonOffset
  1419.     {
  1420.         map textures/decals/plug.tga
  1421.         blendfunc blend
  1422.         alphagen vertex
  1423.         rgbgen vertex
  1424.      }
  1425.  }
  1426.  
  1427. quarter_number
  1428.  {
  1429.     polygonOffset
  1430.     {
  1431.         map textures/decals/quarter_number.tga
  1432.         blendfunc blend
  1433.         alphagen vertex
  1434.         rgbgen vertex
  1435.      }
  1436.  }
  1437.  
  1438. rangefinder1
  1439.  {
  1440.     polygonOffset
  1441.     {
  1442.         map textures/decals/rangefinder1.tga
  1443.         blendfunc blend
  1444.         alphagen vertex
  1445.         rgbgen vertex
  1446.      }
  1447.  }
  1448.  
  1449. rangefinder2
  1450.  {
  1451.     polygonOffset
  1452.     {
  1453.         map textures/decals/rangefinder2.tga
  1454.         blendfunc blend
  1455.         alphagen vertex
  1456.         rgbgen vertex
  1457.      }
  1458.  }
  1459.  
  1460. relief_valve
  1461.  {
  1462.     polygonOffset
  1463.     {
  1464.         map textures/decals/relief_valve.tga
  1465.         blendfunc blend
  1466.         alphagen vertex
  1467.         rgbgen vertex
  1468.      }
  1469.  }
  1470.  
  1471. vierville1
  1472.  {
  1473.     polygonOffset
  1474.     {
  1475.         map textures/decals/vierville1.tga
  1476.         blendfunc blend
  1477.         alphagen vertex
  1478.         rgbgen vertex
  1479.      }
  1480.  }
  1481.  
  1482. vierville2
  1483.  {
  1484.     polygonOffset
  1485.     {
  1486.         map textures/decals/vierville2.tga
  1487.         blendfunc blend
  1488.         alphagen vertex
  1489.         rgbgen vertex
  1490.      }
  1491.  }
  1492.  
  1493. vierville3
  1494.  {
  1495.     polygonOffset
  1496.     {
  1497.         map textures/decals/vierville3.tga
  1498.         blendfunc blend
  1499.         alphagen vertex
  1500.         rgbgen vertex
  1501.      }
  1502.  }
  1503.  
  1504. vierville4
  1505.  {
  1506.     polygonOffset
  1507.     {
  1508.         map textures/decals/vierville4.tga
  1509.         blendfunc blend
  1510.         alphagen vertex
  1511.         rgbgen vertex
  1512.      }
  1513.  }
  1514.  
  1515. zutritt_verboten
  1516.  {
  1517.     polygonOffset
  1518.     {
  1519.         map textures/decals/zutritt_verboten.tga
  1520.         blendfunc blend
  1521.         alphagen vertex
  1522.         rgbgen vertex
  1523.      }
  1524.  }
  1525.  
  1526. barrage
  1527. {
  1528.     polygonOffset
  1529.     {
  1530.         map textures/decals/barrage.tga
  1531.         blendfunc blend
  1532.         alphagen vertex
  1533.         rgbgen vertex
  1534.     }
  1535. }
  1536.  
  1537. bunker_legend
  1538. {
  1539.     polygonOffset
  1540.     {
  1541.         map textures/decals/bunker_legend.tga
  1542.         blendfunc blend
  1543.         alphagen vertex
  1544.         rgbgen vertex
  1545.     }
  1546. }
  1547.  
  1548. CO_danger
  1549. {
  1550.     polygonOffset
  1551.     {
  1552.         map textures/decals/CO_danger.tga
  1553.         blendfunc blend
  1554.         alphagen vertex
  1555.         rgbgen vertex
  1556.     }
  1557. }
  1558.  
  1559. motto2
  1560. {
  1561.     polygonOffset
  1562.     {
  1563.         map textures/decals/motto2.tga
  1564.         blendfunc blend
  1565.         alphagen vertex
  1566.         rgbgen vertex
  1567.     }
  1568. }
  1569.  
  1570. motto3
  1571. {
  1572.     polygonOffset
  1573.     {
  1574.         map textures/decals/motto3.tga
  1575.         blendfunc blend
  1576.         alphagen vertex
  1577.         rgbgen vertex
  1578.     }
  1579. }
  1580.  
  1581. motto4
  1582. {
  1583.     polygonOffset
  1584.     {
  1585.         map textures/decals/motto4.tga
  1586.         blendfunc blend
  1587.         alphagen vertex
  1588.         rgbgen vertex
  1589.     }
  1590. }
  1591.  
  1592. motto5
  1593. {
  1594.     polygonOffset
  1595.     {
  1596.         map textures/decals/motto5.tga
  1597.         blendfunc blend
  1598.         alphagen vertex
  1599.         rgbgen vertex
  1600.     }
  1601. }
  1602.  
  1603. motto6
  1604. {
  1605.     polygonOffset
  1606.     {
  1607.         map textures/decals/motto6.tga
  1608.         blendfunc blend
  1609.         alphagen vertex
  1610.         rgbgen vertex
  1611.     }
  1612. }
  1613.  
  1614. standig
  1615. {
  1616.     polygonOffset
  1617.     {
  1618.         map textures/decals/standig.tga
  1619.         blendfunc blend
  1620.         alphagen vertex
  1621.         rgbgen vertex
  1622.     }
  1623. }
  1624.  
  1625. 1st_floor
  1626.  {
  1627.     polygonOffset
  1628.     {
  1629.         map textures/decals/1st_floor.tga
  1630.         blendfunc blend
  1631.         alphagen vertex
  1632.         rgbgen vertex
  1633.      }
  1634.  }
  1635.  
  1636. 2nd_floor
  1637.  {
  1638.     polygonOffset
  1639.     {
  1640.         map textures/decals/2nd_floor.tga
  1641.         blendfunc blend
  1642.         alphagen vertex
  1643.         rgbgen vertex
  1644.      }
  1645.  }
  1646.  
  1647. 3rd_floor
  1648.  {
  1649.     polygonOffset
  1650.     {
  1651.         map textures/decals/3rd_floor.tga
  1652.         blendfunc filter
  1653.      }
  1654.  }
  1655.  
  1656. 4th_floor
  1657.  {
  1658.     polygonOffset
  1659.     {
  1660.         map textures/decals/4th_floor.tga
  1661.         blendfunc blend
  1662.         alphagen vertex
  1663.         rgbgen vertex
  1664.      }
  1665.  }
  1666.  
  1667. resistance_warning
  1668. {
  1669.     polygonOffset
  1670.       surfaceparm paper
  1671.     {
  1672.         map textures/decals/resistance_warning.tga
  1673.         depthwrite
  1674.         alphaFunc GE128
  1675.         rgbgen vertex
  1676.     }
  1677.  
  1678. }
  1679.  
  1680.  
  1681. a
  1682. {
  1683.     polygonOffset
  1684.     {
  1685.         map textures/decals/a.tga
  1686.         blendfunc blend
  1687.         alphagen vertex
  1688.         rgbgen vertex
  1689.     }
  1690. }
  1691.  
  1692. b
  1693. {
  1694.     polygonOffset
  1695.     {
  1696.         map textures/decals/b.tga
  1697.         blendfunc blend
  1698.         alphagen vertex
  1699.         rgbgen vertex
  1700.     }
  1701. }
  1702.  
  1703. 1
  1704. {
  1705.     polygonOffset
  1706.     {
  1707.         map textures/decals/1.tga
  1708.         blendfunc blend
  1709.         alphagen vertex
  1710.         rgbgen vertex
  1711.     }
  1712. }
  1713.  
  1714. 2
  1715. {
  1716.     polygonOffset
  1717.     {
  1718.         map textures/decals/2.tga
  1719.         blendfunc blend
  1720.         alphagen vertex
  1721.         rgbgen vertex
  1722.     }
  1723. }
  1724.  
  1725. 3
  1726. {
  1727.     polygonOffset
  1728.     {
  1729.         map textures/decals/3.tga
  1730.         blendfunc blend
  1731.         alphagen vertex
  1732.         rgbgen vertex
  1733.     }
  1734. }
  1735.  
  1736. Painting_master1
  1737. {
  1738.     polygonOffset
  1739.     {
  1740.         map textures/interior/grand_1.tga
  1741.         blendfunc blend
  1742.         alphagen vertex
  1743.         rgbgen vertex
  1744.     }
  1745.  
  1746. Painting_master2
  1747. {
  1748.     polygonOffset
  1749.     {
  1750.         map textures/interior/grand_2.tga
  1751.         blendfunc blend
  1752.         alphagen vertex
  1753.         rgbgen vertex
  1754.     }
  1755.  
  1756. Painting_master3
  1757. {
  1758.     polygonOffset
  1759.     {
  1760.         map textures/interior/grand_3.tga
  1761.         blendfunc blend
  1762.         alphagen vertex
  1763.         rgbgen vertex
  1764.     }
  1765.  
  1766. Painting_master4
  1767. {
  1768.     polygonOffset
  1769.     {
  1770.         map textures/interior/grand_4.tga
  1771.         blendfunc blend
  1772.         alphagen vertex
  1773.         rgbgen vertex
  1774.     }
  1775.  
  1776. Painting_master5
  1777. {
  1778.     polygonOffset
  1779.     {
  1780.         map textures/interior/grand_5.tga
  1781.         blendfunc blend
  1782.         alphagen vertex
  1783.         rgbgen vertex
  1784.     }
  1785.  
  1786. tapestry_master7
  1787. {
  1788.     polygonOffset
  1789.     {
  1790.         map textures/interior/grand_7tapestry.tga
  1791.         blendfunc blend
  1792.         alphagen vertex
  1793.         rgbgen vertex
  1794.     }
  1795.  
  1796. Painting_master8
  1797. {
  1798.     polygonOffset
  1799.     {
  1800.         map textures/interior/grand_8.tga
  1801.         blendfunc blend
  1802.         alphagen vertex
  1803.         rgbgen vertex
  1804.     }
  1805.  
  1806. Painting_master9
  1807. {
  1808.     polygonOffset
  1809.     {
  1810.         map textures/interior/grand_pj.tga
  1811.         blendfunc blend
  1812.         alphagen vertex
  1813.         rgbgen vertex
  1814.     }
  1815.  
  1816. arrow
  1817.  {
  1818.     polygonOffset
  1819.     {
  1820.         clampmap textures/decals/arrow.tga
  1821.         blendfunc filter
  1822.      }
  1823. }
  1824.  
  1825. mundepot1
  1826.  {
  1827.     polygonOffset
  1828.     {
  1829.         clampmap textures/decals/mundepot1.tga
  1830.         blendfunc filter
  1831.      }
  1832. }
  1833.  
  1834. mundepot2
  1835.  {
  1836.     polygonOffset
  1837.     {
  1838.         clampmap textures/decals/mundepot2.tga
  1839.         blendfunc filter
  1840.      }
  1841. }
  1842.  
  1843. ein
  1844.  {
  1845.     polygonOffset
  1846.     {
  1847.         clampmap textures/decals/ein.tga
  1848.         blendfunc filter
  1849.      }
  1850. }
  1851.  
  1852. swei
  1853.  {
  1854.     polygonOffset
  1855.     {
  1856.         clampmap textures/decals/swei.tga
  1857.         blendfunc filter
  1858.      }
  1859. }
  1860.  
  1861. drei
  1862.  {
  1863.     polygonOffset
  1864.     {
  1865.         clampmap textures/decals/drei.tga
  1866.         blendfunc filter
  1867.      }
  1868. }
  1869.  
  1870. sub_motto1
  1871.  {
  1872.     polygonOffset
  1873.     {
  1874.         clampmap textures/decals/sub_motto1.tga
  1875.         blendfunc filter
  1876.      }
  1877. }
  1878.  
  1879. torpedolagen1
  1880.  {
  1881.     polygonOffset
  1882.     {
  1883.         clampmap textures/decals/torpedolagen1.tga
  1884.         blendfunc filter
  1885.      }
  1886. }
  1887.  
  1888. torpedolagen2
  1889.  {
  1890.     polygonOffset
  1891.     {
  1892.         clampmap textures/decals/torpedolagen2.tga
  1893.         blendfunc filter
  1894.      }
  1895. }
  1896.  
  1897. tower_center
  1898.  {
  1899.     polygonOffset
  1900.     {
  1901.         clampmap textures/decals/tower_center.tga
  1902.         blendfunc filter
  1903.      }
  1904. }
  1905.  
  1906. versdepot1
  1907.  {
  1908.     polygonOffset
  1909.     {
  1910.         clampmap textures/decals/versdepot1.tga
  1911.         blendfunc filter
  1912.      }
  1913. }
  1914.  
  1915. versdepot2
  1916.  {
  1917.     polygonOffset
  1918.     {
  1919.         clampmap textures/decals/versdepot2.tga
  1920.         blendfunc blend
  1921.         alphagen vertex
  1922.         rgbgen vertex
  1923.      }
  1924. }
  1925.  
  1926. we_build
  1927. {
  1928.     polygonOffset
  1929.     {
  1930.         map textures/decals/we_build.tga
  1931.         blendfunc blend
  1932.         alphagen vertex
  1933.         rgbgen vertex
  1934.     }
  1935. }
  1936.  
  1937. bei_brennendem
  1938. {
  1939.     polygonOffset
  1940.     {
  1941.         map textures/decals/bei_brennendem.tga
  1942.         blendfunc blend
  1943.         alphagen vertex
  1944.         rgbgen vertex
  1945.     }
  1946. }
  1947.  
  1948. bei_gasgefahr
  1949. {
  1950.     polygonOffset
  1951.     {
  1952.         map textures/decals/bei_gasgefahr.tga
  1953.         blendfunc blend
  1954.         alphagen vertex
  1955.         rgbgen vertex
  1956.     }
  1957. }
  1958.  
  1959. maschinenraum
  1960. {
  1961.     polygonOffset
  1962.     {
  1963.         map textures/decals/maschinenraum.tga
  1964.         blendfunc blend
  1965.         alphagen vertex
  1966.         rgbgen vertex
  1967.     }
  1968. }
  1969.  
  1970. starkstromverteiler
  1971. {
  1972.     polygonOffset
  1973.     {
  1974.         map textures/decals/starkstromverteiler.tga
  1975.         blendfunc blend
  1976.         alphagen vertex
  1977.         rgbgen vertex
  1978.     }
  1979. }
  1980.  
  1981. fernsprechverteiler
  1982. {
  1983.     polygonOffset
  1984.     {
  1985.         map textures/decals/fernsprechverteiler.tga
  1986.         blendfunc blend
  1987.         alphagen vertex
  1988.         rgbgen vertex
  1989.     }
  1990. }
  1991.  
  1992. watercloset
  1993. {
  1994.     polygonOffset
  1995.     {
  1996.         map textures/decals/watercloset.tga
  1997.         blendfunc blend
  1998.         alphagen vertex
  1999.         rgbgen vertex
  2000.     }
  2001.  
  2002. french_advert1
  2003. {
  2004.     polygonOffset
  2005.     {
  2006.         map textures/french/french_advert1.tga
  2007.         blendfunc blend
  2008.         alphagen vertex
  2009.         rgbgen vertex
  2010.     }
  2011.  
  2012. nettingshadow
  2013. {
  2014.     polygonOffset
  2015.     {
  2016.         map textures/misc_outside/netting.tga
  2017.         blendfunc blend
  2018.         alphagen vertex
  2019.         rgbgen vertex
  2020.     }
  2021.  
  2022. fence1shadow
  2023. {
  2024.     polygonOffset
  2025.     {
  2026.         map textures/mohcommon/secfence1.tga
  2027.         blendfunc blend
  2028.         alphagen vertex
  2029.         rgbgen vertex
  2030.     }
  2031. }
  2032.  
  2033. blackboard
  2034. {
  2035.     polygonOffset
  2036.         {
  2037.         map textures/decals/blackboard.tga
  2038.         depthWrite
  2039.                 alphagen vertex
  2040.         rgbgen vertex
  2041.     }
  2042.  
  2043. france_advert1
  2044. {
  2045.     polygonOffset
  2046.     {
  2047.         map textures/barracks/ad_01.tga
  2048.         blendfunc blend
  2049.         alphagen vertex
  2050.         rgbgen vertex
  2051.     }
  2052.  
  2053. mortar_sandhit
  2054. {
  2055.     polygonOffset
  2056.     {
  2057.         map textures/decals/mortardecal.tga
  2058.         blendfunc blend
  2059.         alphagen vertex
  2060.         rgbgen vertex
  2061.     }
  2062.  
  2063. deadfish
  2064. {
  2065.     polygonOffset
  2066.     {
  2067.         map textures/decals/deadfish.tga
  2068.         blendfunc blend
  2069.         alphagen vertex
  2070.         rgbgen vertex
  2071.     }
  2072.  
  2073. deadfish_school
  2074. {
  2075.     polygonOffset
  2076.     {
  2077.         map textures/decals/deadfish_school.tga
  2078.         blendfunc blend
  2079.         alphagen vertex
  2080.         rgbgen vertex
  2081.     }
  2082.  
  2083. regpalmshadow
  2084. {
  2085.     polygonOffset
  2086.     {
  2087.         map textures/MODELS/natural/regpalmsprite.tga
  2088.         blendfunc blend
  2089.         alphagen vertex
  2090.         rgbgen vertex
  2091.     }
  2092.  
  2093. Pole_shadow
  2094. {
  2095.     polygonOffset
  2096.     {
  2097.         map textures/decals/Pole_shadow.tga
  2098.         blendfunc blend
  2099.         alphagen vertex
  2100.         rgbgen vertex
  2101.     }
  2102.  
  2103. cagelightshadow
  2104. {
  2105.     polygonOffset
  2106.     {
  2107.         map textures/decals/cagelightshadow.tga
  2108.         blendfunc blend
  2109.         alphagen vertex
  2110.         rgbgen vertex
  2111.     }
  2112.  
  2113. cagelightshadow_vert
  2114. {
  2115.     polygonOffset
  2116.     {
  2117.         map textures/decals/cagelightshadow_vert.tga
  2118.         blendfunc blend
  2119.         alphagen vertex
  2120.         rgbgen vertex
  2121.     }
  2122.  
  2123. cards1
  2124. {
  2125.     polygonOffset
  2126.     {
  2127.         map textures/decals/cards1.tga
  2128.         blendfunc blend
  2129.         alphagen vertex
  2130.         rgbgen vertex
  2131.     }
  2132.  
  2133. cards2
  2134. {
  2135.     polygonOffset
  2136.     {
  2137.         map textures/decals/cards2.tga
  2138.         blendfunc blend
  2139.         alphagen vertex
  2140.         rgbgen vertex
  2141.     }
  2142.  
  2143. cards3
  2144. {
  2145.     polygonOffset
  2146.     {
  2147.         map textures/decals/cards3.tga
  2148.         blendfunc blend
  2149.         alphagen vertex
  2150.         rgbgen vertex
  2151.     }
  2152.  
  2153. cards4
  2154. {
  2155.     polygonOffset
  2156.     {
  2157.         map textures/decals/cards4.tga
  2158.         blendfunc blend
  2159.         alphagen vertex
  2160.         rgbgen vertex
  2161.     }
  2162.  
  2163. sous_sign
  2164. {
  2165.     polygonOffset
  2166.     {
  2167.         map textures/french/sous.tga
  2168.         blendfunc blend
  2169.         alphagen vertex
  2170.         rgbgen vertex
  2171.     }
  2172. }
  2173.  
  2174. dirty_snow
  2175. {
  2176.     polygonOffset
  2177.     {
  2178.         map textures\TAardennes\dirty_snow.tga
  2179.         blendfunc blend
  2180.         alphagen vertex
  2181.         rgbgen vertex
  2182.     }
  2183. }
  2184.  
  2185. sph_circle
  2186. {
  2187.     polygonOffset
  2188.     {
  2189.         map textures\decals\circle.tga
  2190.         blendfunc filter
  2191. //        alphagen vertex
  2192. //        rgbgen vertex
  2193.     }
  2194. }
  2195.  
  2196. sph_square
  2197. {
  2198.     polygonOffset
  2199.     {
  2200.         map textures\decals\square.tga
  2201.         blendfunc filter
  2202. //        alphagen vertex
  2203. //        rgbgen vertex
  2204.     }
  2205. }
  2206.  
  2207. ivy
  2208. {
  2209.     polygonoffset
  2210.     {
  2211.         map textures/decals/ivy.tga
  2212.         blendfunc blend
  2213.         alphagen vertex
  2214.         rgbgen vertex
  2215.     }
  2216. }
  2217.  
  2218. ivy_clump
  2219. {
  2220.     polygonoffset
  2221.     {
  2222.         map textures/decals/ivy_clump.tga
  2223.         blendfunc blend
  2224.         alphagen vertex
  2225.         rgbgen vertex
  2226.     }
  2227. }
  2228.  
  2229. ivy_thin
  2230. {
  2231.     polygonoffset
  2232.     {
  2233.         map textures/decals/ivy_thin.tga
  2234.         blendfunc blend
  2235.         alphagen vertex
  2236.         rgbgen vertex
  2237.     }
  2238. }
  2239.  
  2240. streetsign1
  2241. {
  2242.     polygonoffset
  2243.     {
  2244.         map textures/decals/streetsign1.tga
  2245.         alphafunc GE128
  2246.         alphagen vertex
  2247.         rgbgen vertex
  2248.     }
  2249. }
  2250.  
  2251. streetsign2
  2252. {
  2253.     polygonoffset
  2254.     {
  2255.         map textures/decals/streetsign2.tga
  2256.         alphafunc GE128
  2257.         alphagen vertex
  2258.         rgbgen vertex
  2259.     }
  2260. }
  2261.  
  2262. streetsign3
  2263. {
  2264.     polygonoffset
  2265.     {
  2266.         map textures/decals/streetsign3.tga
  2267.         alphafunc GE128
  2268.         alphagen vertex
  2269.         rgbgen vertex
  2270.     }
  2271. }
  2272.  
  2273. BradyRest
  2274. {
  2275.     polygonoffset
  2276.     {
  2277.         map textures/decals/BradyRest.tga
  2278.         alphafunc GE128
  2279.         alphagen vertex
  2280.         rgbgen vertex
  2281.     }
  2282. }
  2283.  
  2284. cafeindia
  2285. {
  2286.     polygonoffset
  2287.     {
  2288.         map textures/decals/cafeindia.tga
  2289.         alphafunc GE128
  2290.         alphagen vertex
  2291.         rgbgen vertex
  2292.     }
  2293. }
  2294.  
  2295. empire
  2296. {
  2297.     polygonoffset
  2298.     {
  2299.         map textures/decals/empire.tga
  2300.         alphafunc GE128
  2301.         alphagen vertex
  2302.         rgbgen vertex
  2303.     }
  2304. }
  2305.  
  2306. imperialair
  2307. {
  2308.     polygonoffset
  2309.     {
  2310.         map textures/decals/imperialair.tga
  2311.         alphafunc GE128
  2312.         alphagen vertex
  2313.         rgbgen vertex
  2314.     }
  2315. }